User Guides > PCC Imaging Services (PCCIS) > How To's for PCC Imaging Services (PCCIS) > How To's for the Web Tier > How to Enable Content Encryption for the HTML5 Viewer |
The goal of Content Encryption is to provide an obscured transfer of data from the PCC Services to the client website, preventing unauthorized agents to discern the content being transmitted. Additional security can be enabled by configuring the client and server to communicate over the Secured Socket Layer (SSL), https protocol, rather than standard non-secure http protocol. In cases where this is not viable or enough protection, the Content Encryption adds a strong measure of privacy to the document content.
Once this option is enabled, web data images and document text strings sent to the client will be encrypted and then decrypted by the PCC client viewer.
To enable Content Encryption follow the steps below:
Encrypted transmission: Copy Code<!-- Indicates whether to encrypt pages which are sent to the client. --> <EncryptPageContent>true</EncryptPageContent>
To disable Content Encryption follow the steps below:
Unencrypted transmission: Copy Code<!-- Indicates whether to encrypt pages which are sent to the client. --> <EncryptPageContent>false</EncryptPageContent>